FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource OperationDefinition/FHIR Server from package hl7.fhir.us.davinci-atr#current (47 ms)

Package hl7.fhir.us.davinci-atr
Type OperationDefinition
Id Id
FHIR Version R4
Source http://hl7.org/fhir/us/davinci-atr/https://build.fhir.org/ig/HL7/davinci-atr/OperationDefinition-member-add.html
Url http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-add
Version 2.1.0-preview
Status active
Date 2021-07-22T21:48:56+10:00
Name MemberAdd
Title Member Add
Experimental False
Realm us
Authority hl7
Description Adds a new member to the Group for attribution purposes.
Type false
Kind operation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition member-add

URL: [base]/Group/[id]/$member-add

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INmemberId0..1Identifier

The MemberId of the member that needs to be added to the Group.

INproviderNpi0..1Identifier

The Attributed Provider along with the MemberId who needs to be added to the Group.

INpatientReference0..1Reference

The reference of the member to be added to the Group.

INproviderReference0..1Reference

The reference to the Attributed Provider along with the patient reference that needs to be added to the Group.

INattributionPeriod0..1Period

The period over which the patient is being attributed to the provider.


Source

{
  "resourceType" : "OperationDefinition",
  "id" : "member-add",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition member-add</b></p><a name=\"member-add\"> </a><a name=\"hcmember-add\"> </a><a name=\"member-add-en-US\"> </a><p>URL: [base]/Group/[id]/$member-add</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>memberId</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>The MemberId of the member that needs to be added to the Group.</p>\n</div></td></tr><tr><td>IN</td><td>providerNpi</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>The Attributed Provider along with the MemberId who needs to be added to the Group.</p>\n</div></td></tr><tr><td>IN</td><td>patientReference</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>The reference of the member to be added to the Group.</p>\n</div></td></tr><tr><td>IN</td><td>providerReference</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>The reference to the Attributed Provider along with the patient reference that needs to be added to the Group.</p>\n</div></td></tr><tr><td>IN</td><td>attributionPeriod</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Period\">Period</a></td><td/><td><div><p>The period over which the patient is being attributed to the provider.</p>\n</div></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-add",
  "version" : "2.1.0-preview",
  "name" : "MemberAdd",
  "title" : "Member Add",
  "status" : "active",
  "kind" : "operation",
  "date" : "2021-07-22T21:48:56+10:00",
  "publisher" : "HL7 International / Financial Management",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "Adds a new member to the Group for attribution purposes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "member-add",
  "resource" : [
    "Group"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "memberId",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The MemberId of the member that needs to be added to the Group.",
      "type" : "Identifier"
    },
    {
      "name" : "providerNpi",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The Attributed Provider along with the MemberId who needs to be added to the Group.",
      "type" : "Identifier"
    },
    {
      "name" : "patientReference",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The reference of the member to be added to the Group.",
      "type" : "Reference"
    },
    {
      "name" : "providerReference",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The reference to the Attributed Provider along with the patient reference that needs to be added to the Group.",
      "type" : "Reference"
    },
    {
      "name" : "attributionPeriod",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The period over which the patient is being attributed to the provider.",
      "type" : "Period"
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.